home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / P_R / RISE101.ZIP / ancient.cul < prev    next >
Text File  |  1996-04-24  |  2KB  |  67 lines

  1. ;definition of cultures for ancient empires
  2. ;
  3. ;
  4. ;
  5. ; affinities: 0=none,1=water,2=forest,3=desert,4=mountain
  6. ; (not the same as terrain types)
  7. ;
  8. ;                          initial settler
  9. ;    culture_id,  name          affinity
  10. CULTURE=  0,  "Greek"             , 2
  11. CULTURE=  1,  "Egyptian"      , 3
  12. CULTURE=  2,  "Indian"          , 1
  13. CULTURE=  3,  "Mesopotamian"      , 4
  14. CULTURE=  4,  "Chinese"          , 0
  15. CULTURE=  5,  "Celt"          , 0
  16. CULTURE=  6,  "Barbarian"         , 4
  17. ;Unit definitions
  18. ;        culture_id,  filename
  19. UNITS=       0,      greek.uni 
  20. UNITS=       1,      egyptian.uni   
  21. UNITS=       2,      indian.uni
  22. UNITS=       3,      persian.uni
  23. UNITS=       4,      chinese.uni 
  24. UNITS=       5,      nordic.uni
  25. UNITS=       6,      barb.uni
  26.  
  27. ;Characters
  28. ;        culture_id,  character_name, LBM_file, AI_file, AnimFrameLBM_file, death_file
  29. CHARACTER=   0,     "Homer",       greek.lbm,  greek.ai,  grkbor3.lbm,  d_greek.smk
  30. CHARACTER=   1,     "Nefertiri",      egyptian.lbm,  egyptian.ai,  vidpan.lbm,   d_egypt.smk
  31. CHARACTER=   2,     "Chandra",      indian.lbm,    indian.ai,   inborde2.lbm,   d_india.smk
  32. CHARACTER=   3,     "Akkad",     persian.lbm,    persian.ai,  mesbord.lbm,   d_meso.smk
  33. CHARACTER=   4,     "General Gao",     chinese.lbm,    chinese.ai,   chborde2.lbm,   d_chin.smk
  34. CHARACTER=   5,     "Leif",     nordic.lbm,     nordic.ai,   cborde2.lbm,   d_celtic.smk
  35. CHARACTER=   6,     "Anarchy",     barb.lbm,     bab.ai,   vidpan.lbm,   d_celtic.smk
  36.  
  37. ;Video panel colours for the text
  38. ;         culture_id, top bottom middle
  39. VIDPAN=      0,     63 109 94
  40. VIDPAN=      1,     63 109 96
  41. VIDPAN=      2,     63 96 104
  42. VIDPAN=      3,     63 100 78
  43. VIDPAN=      4,     63 41 56
  44. VIDPAN=      5,     63 96 103
  45. VIDPAN=      6,     63 96 103
  46.  
  47. ;Portrait panel colours for the text
  48. ;         culture_id, top bottom middle
  49. Portrait=     0,    63  215  209
  50. Portrait=     1,    63  215  235
  51. Portrait=     2,    63  151  120
  52. Portrait=     3,    63  100  78 
  53. Portrait=     4,    63   41  56
  54. Portrait=     5,    63   96  103 
  55. Portrait=     6,    63   96  103 
  56.  
  57.  
  58.  
  59.  
  60. KNOWLEDGE= 0,  10,  0,  0,  0,  10
  61. KNOWLEDGE= 1,  0,  10,  10,  0,  0
  62. KNOWLEDGE= 2,  0,  10,  0,  0,  0
  63. KNOWLEDGE= 3,  0,  0,  10,  0,  0
  64. KNOWLEDGE= 4,  0,  0,  0,  10,  10
  65. KNOWLEDGE= 5,  0,  0,  0,  0,  10
  66. KNOWLEDGE= 6,  0,  0,  0,  0,  10
  67.